(no commit message)
authorpat <pat@web>
Sat, 10 Sep 2022 21:00:18 +0000 (21:00 +0000)
committeradmin <admin@branchable.com>
Sat, 10 Sep 2022 21:00:18 +0000 (21:00 +0000)
doc/forum/Ensure_all_versions_are_on_remotes.mdwn

index c702aa75da4256b62adf3cdb40269a6eeb01fb2c..6e1eb6ccb39ae1afb41927d1de8afcaff0494e77 100644 (file)
@@ -2,7 +2,7 @@ I thought I was getting the hang of annex, but have run into a bit of a problem.
 
 Specifically, it seems like sync does a lot more than push and pull files - that it might actually try to drop things from remotes (at least with the -a) command.
 
-I have two machines I work on, and two special remotes (S3/wasabi) that should have everything that's ever been annexed, including old versions of files.
+I have two machines I work on, and should only have active content. I have two special remotes (S3/wasabi) that should have everything that's ever been annexed, including old versions of files.
 
 If I `git annex sync -a -A` then it will pull all versions locally as well. So I think I may have to separate the get and copy commands? Though that gets a bit slower since it seems to enumerate every file for every version.